Sorry, we can't find this leaflet!
This may be a glitch on our end. If the issue persists please{" "}
send us a note.
);
let [{ data }, rsvp_data, poll_data] = await Promise.all([
supabaseServerClient.rpc("get_facts", {
root: rootEntity,
}),
getRSVPData(res.data.permission_token_rights.map((ptr) => ptr.entity_set)),
getPollData(res.data.permission_token_rights.map((ptr) => ptr.entity_set)),
]);
let initialFacts = (data as unknown as Fact